[dotnet] Revisit ignored intergration tests for chrome/edge#15324
[dotnet] Revisit ignored intergration tests for chrome/edge#15324nvborisenko merged 18 commits intoSeleniumHQ:trunkfrom
Conversation
PR Reviewer Guide 🔍(Review updated until commit 588f99b)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to 588f99b
Previous suggestionsSuggestions up to commit f4e4da5
|
|||||||||||||||||||||
|
Nice to see it executable again, thanks. |
User description
Motivation and Context
To keep actual expected behaviour.
Types of changes
Checklist
PR Type
Tests
Description
Removed ignored browser annotations for Chrome and Edge in multiple test cases.
Revisited and enabled previously ignored integration tests for better coverage.
Adjusted test cases to ensure compatibility across browsers.
Improved test reliability by removing unnecessary platform-specific conditions.
Changes walkthrough 📝
ClearTest.cs
Re-enabled tests for disabled input elementsdotnet/test/common/ClearTest.cs
ContentEditableTest.cs
Re-enabled and adjusted content-editable element testsdotnet/test/common/ContentEditableTest.cs
elements.
CookieImplementationTest.cs
Re-enabled cookie retrieval test in framesdotnet/test/common/CookieImplementationTest.cs
ElementFindingTest.cs
Re-enabled invalid XPath handling testsdotnet/test/common/ElementFindingTest.cs
ExecutingAsyncJavascriptTest.cs
Re-enabled async script web element array testdotnet/test/common/ExecutingAsyncJavascriptTest.cs
BasicMouseInterfaceTest.cs
Simplified hover test logicdotnet/test/common/Interactions/BasicMouseInterfaceTest.cs
SvgDocumentTest.cs
Re-enabled SVG element click testdotnet/test/common/SvgDocumentTest.cs
UploadTest.cs
Re-enabled file input click testdotnet/test/common/UploadTest.cs